Platform Explorer / Nuxeo Platform 6.0

Operation Document.Reload (Reset)

Description

Reload the input document from the repository. Any previous modification made by the chain on this document will be lost if these modifications were not saved. Return the reloaded document.
Operation id Document.Reload
Category Document
Label Reset
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.ReloadDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Document.Reload",
  "label" : "Reset",
  "category" : "Document",
  "requires" : null,
  "description" : "Reload the input document from the repository. Any previous modification made by the chain on this document will be lost if these modifications were not saved. Return the reloaded document.",
  "url" : "Document.Reload",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}